home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
Tools
/
freeWAIS-sf-1.1
/
ir
/
soundex.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-07-21
|
224 b
|
13 lines
#ifndef __SOUNDEX_H__
#define __SOUNDEX_H__
#ifdef __GNUC__
void Soundex (char *Name, char *Key);
void Phonix (char *Name, char *Key);
#else
extern void Soundex ();
extern void Phonix ();
#endif
#endif /* __SOUNDEX_H__ */